Html Css Color HEX #F242AB Brilliant Rose

📋 copy color: '#F242AB'

red 242 ◦ green 66 ◦ blue 171

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

Shades of Brilliant Rose #F242AB

Tints of Brilliant Rose #F242AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.78%

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 50.52%
G = 13.78%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F242AB (or 0xF242AB) is known color: Brilliant Rose. HEX triplet: F2, 42 and AB. RGB value is (242,66,171). Sum of RGB (Red+Green+Blue) = 242+66+171=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F242AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F242AB is #0DBD54. Grayscale: #828282. Windows color (decimal): -900437 or 11223794. OLE color: 11223794.

HSL color Cylindrical-coordinate representation of color #F242AB: hue angle of 324.2º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F242AB is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 66 171 -
CMYK 0 0.73 0.29 0.05
HSL 324.2º 0.87% 0.6% -
HSV(B) 324.2º 0.73% 0.95% -
XYZ 45.92 25.71 41.07 -
YUV 130.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 242 66 171 0 0.73 0.29 0.05 324.2 0.87 0.6
Hex F2 42 AB 0 49 1D 5 144 57 3C
Octal 362 102 253 0 111 35 5 504 127 74
Binary 11110010 1000010 10101011 0 1001001 11101 101 101000100 1010111 111100

Color Harmonies of #F242AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F242AB

Black with #F242AB

Text Example


Text Example

White with #F242AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F242AB; }

 p { color: rgb(242,66,171); }

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

background-color css

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

 a { background-color: rgb(242,66,171); }

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

border-color css

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

 span { border-color: rgb(242,66,171); }

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