Html Css Color HEX #F938B0 Persian Rose

📋 copy color: '#F938B0'

red 249 ◦ green 56 ◦ blue 176

#F938B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F938B0

Tints of Persian Rose #F938B0

RGB

 RED value IS 249 (97.66% from 255) = 51.77%

 GREEN value IS 56 (22.27% from 255) = 11.64%

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 51.77%
G = 11.64%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F938B0 (or 0xF938B0) is known color: Persian Rose. HEX triplet: F9, 38 and B0. RGB value is (249,56,176). Sum of RGB (Red+Green+Blue) = 249+56+176=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F938B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F938B0 is #06C74F. Grayscale: #7F7F7F. Windows color (decimal): -444240 or 11548921. OLE color: 11548921.

HSL color Cylindrical-coordinate representation of color #F938B0: hue angle of 322.69º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F938B0 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 56 176 -
CMYK 0 0.78 0.29 0.02
HSL 322.69º 0.94% 0.6% -
HSV(B) 322.69º 0.78% 0.98% -
XYZ 48.32 26.1 43.57 -
YUV 127.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 249 56 176 0 0.78 0.29 0.02 322.69 0.94 0.6
Hex F9 38 B0 0 4E 1D 2 143 5E 3C
Octal 371 70 260 0 116 35 2 503 136 74
Binary 11111001 111000 10110000 0 1001110 11101 10 101000011 1011110 111100

Color Harmonies of #F938B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F938B0

Black with #F938B0

Text Example


Text Example

White with #F938B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F938B0; }

 p { color: rgb(249,56,176); }

 H1.HeaderClassName
 {
   color: #F938B0;
 }
 .AnyTagClassName
 {
   color: #F938B0;
 }
</style>

background-color css

<style>
 a { background-color: #F938B0; }

 a { background-color: rgb(249,56,176); }

 div.DivClassName
 {
   background-color: #F938B0;
 }
 .BgClassName
 {
   background-color: #F938B0;
 }
</style>

border-color css

<style>
 span { border-color: #F938B0; }

 span { border-color: rgb(249,56,176); }

 td.TdClassName
 {
   border-color: #F938B0;
 }
 .TagClassName
 {
   border-color: #F938B0;
 }
</style>