Html Css Color HEX #F2669E Brilliant Rose

📋 copy color: '#F2669E'

red 242 ◦ green 102 ◦ blue 158

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

Shades of Brilliant Rose #F2669E

Tints of Brilliant Rose #F2669E

RGB

 RED value IS 242 (94.92% from 255) = 48.21%

 GREEN value IS 102 (40.23% from 255) = 20.32%

 BLUE value IS 158 (62.11% from 255) = 31.47%

R = 48.21%
G = 20.32%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2669E (or 0xF2669E) is known color: Brilliant Rose. HEX triplet: F2, 66 and 9E. RGB value is (242,102,158). Sum of RGB (Red+Green+Blue) = 242+102+158=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2669E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2669E is #0D9961. Grayscale: #969696. Windows color (decimal): -891234 or 10381042. OLE color: 10381042.

HSL color Cylindrical-coordinate representation of color #F2669E: hue angle of 336º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2669E is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 102 158 -
CMYK 0 0.58 0.35 0.05
HSL 336º 0.84% 0.67% -
HSV(B) 336º 0.58% 0.95% -
XYZ 47.54 30.85 35.8 -
YUV 150.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 242 102 158 0 0.58 0.35 0.05 336 0.84 0.67
Hex F2 66 9E 0 3A 23 5 150 54 43
Octal 362 146 236 0 72 43 5 520 124 103
Binary 11110010 1100110 10011110 0 111010 100011 101 101010000 1010100 1000011

Color Harmonies of #F2669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2669E

Black with #F2669E

Text Example


Text Example

White with #F2669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2669E; }

 p { color: rgb(242,102,158); }

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

background-color css

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

 a { background-color: rgb(242,102,158); }

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

border-color css

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

 span { border-color: rgb(242,102,158); }

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