Html Css Color HEX #F25CAA Brilliant Rose

📋 copy color: '#F25CAA'

red 242 ◦ green 92 ◦ blue 170

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

Shades of Brilliant Rose #F25CAA

Tints of Brilliant Rose #F25CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

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

R = 48.02%
G = 18.25%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F25CAA (or 0xF25CAA) is known color: Brilliant Rose. HEX triplet: F2, 5C and AA. RGB value is (242,92,170). Sum of RGB (Red+Green+Blue) = 242+92+170=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25CAA is #0DA355. Grayscale: #919191. Windows color (decimal): -893782 or 11164914. OLE color: 11164914.

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

Color convert

RGB 242 92 170 -
CMYK 0 0.62 0.30 0.05
HSL 328.8º 0.85% 0.65% -
HSV(B) 328.8º 0.62% 0.95% -
XYZ 47.7 29.43 41.2 -
YUV 145.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 242 92 170 0 0.62 0.30 0.05 328.8 0.85 0.65
Hex F2 5C AA 0 3E 1E 5 149 55 41
Octal 362 134 252 0 76 36 5 511 125 101
Binary 11110010 1011100 10101010 0 111110 11110 101 101001001 1010101 1000001

Color Harmonies of #F25CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CAA

Black with #F25CAA

Text Example


Text Example

White with #F25CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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