Html Css Color HEX #F247AA Brilliant Rose

📋 copy color: '#F247AA'

red 242 ◦ green 71 ◦ blue 170

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

Shades of Brilliant Rose #F247AA

Tints of Brilliant Rose #F247AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.7%

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 50.1%
G = 14.7%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F247AA (or 0xF247AA) is known color: Brilliant Rose. HEX triplet: F2, 47 and AA. RGB value is (242,71,170). Sum of RGB (Red+Green+Blue) = 242+71+170=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F247AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F247AA is #0DB855. Grayscale: #858585. Windows color (decimal): -899158 or 11159538. OLE color: 11159538.

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

Color convert

RGB 242 71 170 -
CMYK 0 0.71 0.30 0.05
HSL 325.26º 0.87% 0.61% -
HSV(B) 325.26º 0.71% 0.95% -
XYZ 46.13 26.29 40.67 -
YUV 133.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 242 71 170 0 0.71 0.30 0.05 325.26 0.87 0.61
Hex F2 47 AA 0 47 1E 5 145 57 3D
Octal 362 107 252 0 107 36 5 505 127 75
Binary 11110010 1000111 10101010 0 1000111 11110 101 101000101 1010111 111101

Color Harmonies of #F247AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247AA

Black with #F247AA

Text Example


Text Example

White with #F247AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247AA; }

 p { color: rgb(242,71,170); }

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

background-color css

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

 a { background-color: rgb(242,71,170); }

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

border-color css

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

 span { border-color: rgb(242,71,170); }

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